/* 
* @Author: Marte
* @Date:   2017-11-23 10:48:06
* @Last Modified by:   Marte
* @Last Modified time: 2017-12-05 10:40:43
*/
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-pagination-bullet{
    width:5px;height:5px;border-radius:50px;
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets{
    bottom:6px;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
    /*background:#fff;*/
}
.swiper-pagination-bullet{
    background:#ddd!important;opacity: 1!important;
}
/*圆点颜色*/
.swiper-pagination-bullet-active{
    background:#e9333c!important;width:5px;height:5px;
}
